Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension_host: Fix uploading dev extensions to the remote server #21761

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

maxdeviant
Copy link
Member

@maxdeviant maxdeviant commented Dec 9, 2024

This PR fixes an issue where dev extensions were not working when uploaded to the remote server.

The extension.toml for dev extensions may not contain all of the information (such as the list of languages), as this is something that we derive from the filesystem at packaging time. This meant that uploading a dev extension that contained languages could have them absent from the uploaded extension.toml.

For dev extensions we now upload a serialized version of the in-memory extension manifest, which should have all of the information present.

Release Notes:

  • SSH Remoting: Fixed an issue where some dev extensions would not work after being uploaded to the remote server.

@maxdeviant maxdeviant self-assigned this Dec 9, 2024
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 9, 2024
@maxdeviant maxdeviant merged commit ef45eca into main Dec 9, 2024
13 checks passed
@maxdeviant maxdeviant deleted the fix-remote-dev-extensions branch December 9, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant